Skip to content

London | 26-ITP-Jan | Alexandru Pocovnicu | Sprint 3 | implement-and-rewrite#981

Open
alexandru-pocovnicu wants to merge 14 commits intoCodeYourFuture:mainfrom
alexandru-pocovnicu:coursework/sprint-3-implement-and-rewrite
Open

London | 26-ITP-Jan | Alexandru Pocovnicu | Sprint 3 | implement-and-rewrite#981
alexandru-pocovnicu wants to merge 14 commits intoCodeYourFuture:mainfrom
alexandru-pocovnicu:coursework/sprint-3-implement-and-rewrite

Conversation

@alexandru-pocovnicu
Copy link

@alexandru-pocovnicu alexandru-pocovnicu commented Feb 18, 2026

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Completed all the exercises in implement-and-rewrite

@github-actions

This comment has been minimized.

@alexandru-pocovnicu alexandru-pocovnicu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@github-actions

This comment has been minimized.

3 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@alexandru-pocovnicu alexandru-pocovnicu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 18, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Feb 24, 2026
Copy link

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work - only one minor issue in a test for you to look at

@@ -8,3 +8,18 @@ const isProperFraction = require("../implement/2-is-proper-fraction");
test(`should return false when denominator is zero`, () => {
expect(isProperFraction(1, 0)).toEqual(false);
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you try running this with npm test. See if you can figure out the issue in the logic you are using to find invalid fractions.

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 24, 2026
@alexandru-pocovnicu
Copy link
Author

thank you

@alexandru-pocovnicu alexandru-pocovnicu added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Feb 26, 2026
@LonMcGregor
Copy link

I am still seeing some errors when I run the npm tests. Are you also seeing these errors?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 28, 2026
@alexandru-pocovnicu
Copy link
Author

alexandru-pocovnicu commented Mar 1, 2026

Uploading Screenshot 2026-03-01 at 10.44.49.png…
not really

@alexandru-pocovnicu
Copy link
Author

aaa, ok , in a different suite, i'll sort it

@alexandru-pocovnicu
Copy link
Author

done

@alexandru-pocovnicu alexandru-pocovnicu added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Mar 1, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 1, 2026
@github-actions

This comment has been minimized.

@alexandru-pocovnicu alexandru-pocovnicu force-pushed the coursework/sprint-3-implement-and-rewrite branch from 5ad4155 to ffc428f Compare March 1, 2026 17:57
@alexandru-pocovnicu alexandru-pocovnicu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 1, 2026
@alexandru-pocovnicu
Copy link
Author

using npm test runs a test which is part of another branch, if i delete that test from here the metadata doesn't match

Copy link

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, yes, I see, it's failing a test from another part of the branch. The tests for this specific task are passing now. This task is complete now

@LonMcGregor LonMcGregor added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 2, 2026
@alexandru-pocovnicu
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants